projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91cf09a
)
(main) [MSDOS]: Dummy stub just to make the file compile.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 03:57:48 +0000
(
03:57
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 6 Jan 1994 03:57:48 +0000
(
03:57
+0000)
lib-src/fakemail.c
patch
|
blob
|
history
diff --git
a/lib-src/fakemail.c
b/lib-src/fakemail.c
index 4810dc8bfc031fdcc002fd8b6e690e8989a0cff7..145e51efd014757f04021056de77f45d5c21a644 100644
(file)
--- a/
lib-src/fakemail.c
+++ b/
lib-src/fakemail.c
@@
-27,6
+27,11
@@
main ()
{
}
#else /* not BSD 4.2 (or newer) */
+#ifdef MSDOS
+main ()
+{
+}
+#else /* not MSDOS */
/* This conditional contains all the rest of the file. */
/* These are defined in config in some versions. */
@@
-658,4
+663,5
@@
main (argc, argv)
exit (close_the_streams ());
}
+#endif /* not MSDOS */
#endif /* not BSD 4.2 (or newer) */